home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / GRAPHICS / GRAPHING / 3839.ZIP / GRPHCA22.ZIP / EXAMPLES.ZIP / POWER.PLT < prev    next >
Encoding:
Text File  |  1993-02-03  |  256 b   |  15 lines

  1. paper size 11 by 8.5
  2. subplot area 2 2 7 7
  3. char size 0.25
  4. font 3
  5. frame
  6. char size 0.15
  7. map x 0 10
  8. divi x 5 0 y 5 0
  9. format x 0 y 0
  10. plot x**2
  11. draw x y
  12. xlabel 'Power'
  13. ylabel 'Corruption'
  14. title 'Power \L20 versus \L-1 Corruption'
  15. title 'POWER.PLT'